home *** CD-ROM | disk | FTP | other *** search
/ Shareware Overload Trio 2 / Shareware Overload Trio Volume 2 (Chestnut CD-ROM).ISO / dir24 / nosinst.zip / PCELM.RC < prev    next >
Text File  |  1993-11-10  |  8KB  |  209 lines

  1. #            PCElm RUNTIME CONFIGURATION  (PCElm.RC)
  2. #-------------------------------------------------------------------#
  3. #
  4. # * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  5. #
  6. #  This file (PCELM.RC) must be configured to your specific site.
  7. #
  8. #
  9. #        DO NOT USE THIS FILE AS-IS. YOU   M U S T  EDIT
  10. #
  11. #         THIS FILE TO REFLECT   Y O U R   INSTALLATION
  12. #
  13. #                     BEFORE USING PCELM.
  14. #
  15. #
  16. #
  17. #  Following are configuration requirements followed by examples.
  18. #
  19. # Lines beginning with # or ; are comments. Empty lines are disregarded.
  20. #------------------------------------------
  21. # host <space> this_host_name
  22. # this is the hostname to be used for the hamradio mode. It usually
  23. # is your callsign followed by .ampr.org, as in "dg5kx.ampr.org"
  24. host _UC_.ampr.org
  25.  
  26. #------------------------------------------
  27. # uucphost <space> this_uucp_host_name
  28. # this is the hostname to be used for uucp mode. Note: traditional
  29. # uucp hostnames need to be unique, so know what you are doing here.
  30. # This is usually either your hostname followed by .uucp as in
  31. # "dg5kx.uucp" or a fully qualified domain name (FQDN) as in
  32. # "dg5kx.rmi.de".
  33. uucphost _UC_.uucp
  34.  
  35. #------------------------------------------
  36. # user <space> this_user_name
  37. # also MAILBOX from environment
  38. # This is the name of your mailbox. It usually is your username (login)
  39. # at this system. (Note that this puts an 8 character length restriction
  40. # on your username, as MessDOS can't handle more characters).
  41. # If this entry is commented out, the value of the environment variable
  42. # 'mailbox' is used.
  43. user _UC_
  44.  
  45. #------------------------------------------
  46. # fullname <space> your_full_name for mail headers
  47. # also NAME from environment
  48. # Your real life name belongs here. This is so that pother people can see
  49. # who you really are, even if your username is 'gandalf' or 'blackadder'.
  50. # If this entry is commented out, the value of the environment variable
  51. # 'name' is used.
  52. fullname "_FN_"
  53.  
  54. #------------------------------------------
  55. # reply <space> address  An optional reply address if not to this machine,
  56. #                        useful for a pc on a network with a smart mailer.
  57. # Use this if you want replies to your messages to go to another machine
  58. # or if you are on a network where headers are mangled so bad people
  59. # can't reply to you otherwise. Only works for hamradio.
  60. reply _UC_@_UC_.ampr.org
  61.  
  62. #------------------------------------------
  63. # zone <space> timezone
  64. # The timezone you are living in. Should be 3 characters, not more, not less.
  65. # There is an ISO standard for time zone names if memory serves me correctly,
  66. # but the ISO number escapes me.
  67. zone GMT
  68.  
  69. #------------------------------------------
  70. # maxlet <space> max messages in mbox at once
  71. # The maximum number of messages that may be in a mailbox at once.
  72. # Decrease this number if you are short on memory. PCElm startup will slow
  73. # down considerably if you have a huge mailbox; on the other hand I doubt
  74. # anybody can find his way around 300 messages in a single mailbox.
  75. maxlet 100
  76.  
  77. #------------------------------------------
  78. # edit <space> name_of_editor_for_mail_entry
  79. # also EDITOR from environment
  80. # The filename of your favorite editor goes here, This should be a small
  81. # editor capable of producing true ASCII files (if possible with no
  82. # Control-Z at the end, though PCElm tries to zap Cntrl-Z's if it sees them).
  83. # What I'm trying to convey here is that Word for Windows ((C) Microsoft)
  84. # is not the sort of thing you want to put here.
  85. # If this entry is commented out, the value of the environment variable
  86. # 'editor' is used.
  87. edit builtin+
  88.  
  89. #------------------------------------------
  90. # smtp <space> path to mailboxes
  91. # also MAILDIR from environment
  92. # This is where you put the directory where your mailboxes reside. All
  93. # mailboxes, i.e. both the hamradio and uucp mailboxes should be in one
  94. # directory.
  95. # If this entry is commented out, the value of the environment variable
  96. # 'maildir' is used.
  97. smtp p:/spool/mail
  98.  
  99. #------------------------------------------
  100. # queuedir <space> path to mail queue
  101. # This is where you put the directory where outgoing mail gets queued up.
  102. # Typically, this is called /spool/mqueue or something like that.
  103. queuedir p:/spool/mqueue
  104.  
  105. #------------------------------------------
  106. # video <space> 0 || 1 for direct video write
  107. # Put a 1 here if you want direct writes into video ram, which is fast
  108. # but tends to confuse CGAs and not-so-very-compatible PCs. A 0 will
  109. # do all video updates through the BIOS, which is considerably slower.
  110. video 1
  111.  
  112. #------------------------------------------
  113. # SOH for uucp
  114. # This is a sequence of words that tell PCElm that a new message begins.
  115. # Uh.. message delimiter is the word I was looking for. Usually "From ",
  116. # but may be "Control-A" if you are using MMDF or anything at all if
  117. # you are using weird mailers.
  118. # "From " (note the blank) or "Received" usually work.
  119. SOH-UUCP mmdf
  120.  
  121. #------------------------------------------
  122. # SOH for amateur radio
  123. # See above, but for ham radio.
  124. SOH-ham "From "
  125.  
  126. #------------------------------------------
  127. # Extension for amateur radio
  128. # The file extension your mailbox file has goes here. A mailbox is
  129. # construed from your username with the extension defined here appended to
  130. # it. Note that even if your mailbox has no extension, you still need
  131. # to define the dot "." as extension ! The dot is mandatory.
  132. ham-ext ".txt"
  133.  
  134. #------------------------------------------
  135. # Extension for UUCP
  136. # See above, but for uucp.
  137. # UUPC usually has no extension, so we just define the dot as extension.
  138. uucp-ext "."
  139.  
  140. #------------------------------------------
  141. # Startmode for PCElm. If Startmode is "uucp", PCElm will start in
  142. # uucp mode; anything else will cause PCElm to start in hamradio mode.
  143. START ham
  144.  
  145. #------------------------------------------
  146. # Define various colours for display:
  147. # The numbers below are hexadecimal numbers defining a foreground and
  148. # background colour for various scenarios. The routine determining the
  149. # colours is quite simpleminded, so please don't use spaces here.
  150. #
  151. # If you are confused as to what to enter here, either leave it alone
  152. # or consult an IBM PC programming manual as to how these numbers are
  153. # arrived at.
  154. #
  155. # The color codes are as follows:
  156. #
  157. #    Background    |    Foreground
  158. #  ---------------------------------
  159. #  0   0   0   1   |   1   1   1   1 ---> 0x1f ---> Bright white on blue
  160. #  ---------------------------------
  161. #  B   R   G   B   |   I   R   G   B
  162. #  L   E   R   L   |   N   E   R   L
  163. #  I   D   E   U   |   T   D   E   U
  164. #  N       E   E   |   E       E   E
  165. #  K       N       |   N       N
  166. #
  167. # This will definitely get more comfortable to configure in a later version
  168. # of PCElm.
  169. #
  170. # Values are: normal screen, bold, more prompt, default at exit, selection bar
  171. COLORS 17,1f,14,07,1f
  172.  
  173. #------------------------------------------
  174. #
  175. #   Format of uucp command
  176. #   Supported macros are:
  177. #   $   filename containing message header and body
  178. #   %   name of receiver
  179. #
  180. # PCElm constructs the workfiles and messagefiles that KA9Q NET and NOS
  181. # needs by itself, but execs an exterior mailer in uucp mode so that
  182. # headers peculiar to your particular implementation of uucp (or whatever)
  183. # can be written. The exterior mailer is usually called rmail.exe or
  184. # mail.exe. The macros $ and % are expanded _once_, they may not occur
  185. # multiple times in this line.
  186. # For my version of UUPC, the following line works.
  187. uucpcall "rmail -f $ %"
  188.  
  189. #------------------------------------------
  190. # Name of sequence file.
  191. # This is the file where the numbers for message id's are stored.
  192. # It is located in the mail spool directory.
  193. sequence sequence.seq
  194.  
  195.  
  196. #------------------------------------------
  197. # Name of print device.
  198. # This is where mail gets printed with the 'P' command.
  199. print lpt1
  200.  
  201. #------------------------------------------
  202. # Headerlines to weed out
  203.  
  204. weedout "From: Message-Id: X-Mailer: Status: X-Status: Subject: To: X-Organization: Reply-To: Received: From\32: R:"
  205.  
  206. #------------------------------------------
  207. # The END
  208. #------------------------------------------
  209.